NASA Challenge_[franklinselva]_[Simulation Assets for Nvidia's IsaacSim and SpaceROS demos]#21
Open
franklinselva wants to merge 10 commits intospace-ros:mainfrom
Open
NASA Challenge_[franklinselva]_[Simulation Assets for Nvidia's IsaacSim and SpaceROS demos]#21franklinselva wants to merge 10 commits intospace-ros:mainfrom
franklinselva wants to merge 10 commits intospace-ros:mainfrom
Conversation
f9699c4 to
1db6977
Compare
Related to space-ros/space-ros#178 Related to space-ros#18 - Moved the simulation assets to space-ros/demos#31 - Repurpose the repository for the simulation assets of Nvidia's Isaac Sim
Related to space-ros#18 - Add documentation and description for environment and robot assets - Add documentation on extensions and usage - Add documentation on setting up ROS2 interface and ROS2 action graphs - Update README.md for system requirements, getting started guide and overview
Related to space-ros#18 - Add new extension - Rover Simple Controller - Add example omnigraph extension - Negate Number
Related to space-ros#18
Related to space-ros#18
07f00be to
7736e7a
Compare
Related to space-ros#18 - Add environment scenes - Add ISS and interior of ISS - Add Mars Terrain - Add Moon Terrain - Add Earth Model - Add robot scenes - Add curiosity Rover model - Add Ingenuity Helicopter model - Add Canadarm model group - Add Robonaut2 model group - Add JPL Athelte model - Add relevant scenes based on the models above - Add mars clear sky scene
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motive
In general, the simulation and high-fidelity simulation for space applications are scattered across different GitHub repositories and projects. The simulation spans the different Moon and Mars terrains expanding different use cases through challenges, perception-related works and AI learning. The simulation platforms are different concerning the above categories. This work tries to bring all the changes together under a single tree using Nvidia's Isaac Sim and Space ROS which can grow over time.
Description
This PR introduces Nvidia's Isaac Sim Simulation into Space ROS project. The purpose of this addition is to allow high-fidelity simulations for multiple scenarios in space applications. This PR sets up the repository as a standalone extension module for IsaacSim and Space ROS. I've included for you a summary of what is available in the linked issue #18. README.md file of the downstream repository should give the images of all simulation environments and robots added to the environment.
Related to space-ros/space-ros#178
Closes #18
Blocks space-ros/demos#32 and space-ros/demos#34